projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39b6f06
)
Fix header dependencies list, broken by c/s 16133.
author
Keir Fraser
<keir@xensource.com>
Tue, 13 Nov 2007 20:13:50 +0000
(20:13 +0000)
committer
Keir Fraser
<keir@xensource.com>
Tue, 13 Nov 2007 20:13:50 +0000
(20:13 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/Rules.mk
patch
|
blob
|
history
diff --git
a/xen/Rules.mk
b/xen/Rules.mk
index 05ad43c1e34a1fb3f05f126a41736cd7dddfd4c6..db2447a450f838f16699c75690e983d4ab0f00ca 100644
(file)
--- a/
xen/Rules.mk
+++ b/
xen/Rules.mk
@@
-39,7
+39,7
@@
TARGET := $(BASEDIR)/xen
HDRS := $(wildcard *.h)
HDRS += $(wildcard $(BASEDIR)/include/xen/*.h)
-HDRS
:
= $(wildcard $(BASEDIR)/include/xen/hvm/*.h)
+HDRS
+
= $(wildcard $(BASEDIR)/include/xen/hvm/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*/*.h)
HDRS += $(wildcard $(BASEDIR)/include/compat/*.h)